home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / other / dopus412-gpl / library / data.c < prev    next >
C/C++ Source or Header  |  2000-02-28  |  2KB  |  81 lines

  1. /*
  2.  
  3. Directory Opus 4
  4. Original GPL release version 4.12
  5. Copyright 1993-2000 Jonathan Potter
  6.  
  7. This program is free software; you can redistribute it and/or
  8. modify it under the terms of the GNU General Public License
  9. as published by the Free Software Foundation; either version 2
  10. of the License, or (at your option) any later version.
  11.  
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with this program; if not, write to the Free Software
  19. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  20.  
  21. All users of Directory Opus 4 (including versions distributed
  22. under the GPL) are entitled to upgrade to the latest version of
  23. Directory Opus version 5 at a reduced price. Please see
  24. http://www.gpsoft.com.au for more information.
  25.  
  26. The release of Directory Opus 4 under the GPL in NO WAY affects
  27. the existing commercial status of Directory Opus 5.
  28.  
  29. */
  30.  
  31. #include "dopuslib.h"
  32.  
  33. struct ExecBase *SysBase;
  34. struct DOpusBase *DOpusBase;
  35. struct IntuitionBase *IntuitionBase;
  36. struct GfxBase *GfxBase;
  37. struct DosLibrary *DOSBase;
  38. struct Library *LayersBase;
  39.  
  40. const USHORT __chip
  41.     pdb_cycletop[]={
  42.         0x7f00,0xc180,0xc180,0xc7e0,0xc3c0,0xc180};
  43.  
  44. const USHORT __chip
  45.     pdb_cyclebot[]={
  46.         0xc180,0x7f00};
  47.  
  48. const USHORT __chip
  49.     pdb_check[]={
  50.         0x0038,0x0060,0x00c0,0xe180,0x7300,0x3e00,0x1c00};
  51.  
  52. const USHORT __chip
  53.     glass_image1[]={
  54.         0x0f80,0x7070,0xc218,0xc818,0xc018,0x7070,0x0fbc,0x000f};
  55.  
  56. const USHORT __chip
  57.     glass_image2[]={
  58.         0x0000,0x0f80,0x3de0,0x37e0,0x3fe0,0x0f80,0x0000,0x0000};
  59.  
  60. const USHORT __chip
  61.     busydata13[]={
  62.         0x0000,0x0000,
  63.         0x0600,0x0600,0x0f40,0x0f40,0x3fe0,0x3fe0,0x7fe0,0x7fe0,
  64.         0x61f0,0x7ff0,0x7bf8,0x7ff8,0xf7f8,0xfff8,0x61fc,0x7ffc,
  65.         0x7f0c,0x7ffc,0x3fde,0x3ffe,0x7fbc,0x7ffc,0x3f0c,0x3ffc,
  66.         0x1ff8,0x1ff8,0x07f0,0x07f0,0x01c0,0x01c0,0x0700,0x0700,
  67.         0x0fc0,0x0fc0,0x0780,0x0780,0x0000,0x0000,0x00c0,0x00c0,
  68.         0x00e0,0x00e0,0x0040,0x0040,
  69.         0x0000,0x0000};
  70.  
  71. const USHORT __chip
  72.     busydata20[]={
  73.         0x0000,0x0000,
  74.         0x0400,0x07c0,0x0000,0x07c0,0x0100,0x0380,0x0000,0x07e0,
  75.         0x07c0,0x1ff8,0x1ff0,0x3fec,0x3ff8,0x7fde,0x3ff8,0x7fbe,
  76.         0x7ffc,0xff7f,0x7efc,0xffff,0x7ffc,0xffff,0x3ff8,0x7ffe,
  77.         0x3ff8,0x7ffe,0x1ff0,0x3ffc,0x07c0,0x1ff8,0x0000,0x07e0,
  78.         0x0000,0x0000};
  79.  
  80. void __stdargs _XCEXIT(long lcode) { }
  81.